func github.com/coder/websocket.match

2 uses

	github.com/coder/websocket (current package)
		accept.go#L248: 		matched, err := match(hostPattern, target)
		accept.go#L262: func match(pattern, s string) (bool, error) {